home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Dev
/
Real
/
wfmhcybergfx_r3d.fd
< prev
next >
Wrap
Text File
|
1995-12-15
|
423b
|
18 lines
##base _R3DDspDrvBase
##bias 30
##public
R3DInitDspDrv()
R3DFreeDspDrv(hnd)(A0)
R3DSetMode(hnd)(A0)
R3DGetSize(hnd,x,y)(A0/A1/D0)
R3DWriteLine(hnd,col,c,x,y)(A0/A1/A2/D0/D1)
R3DReadLine(hnd,col,c,x,y)(A0/A1/A2/D0/D1)
R3DClsScr(hnd,col)(A0/A1)
R3DCustomSave(hnd,name,x,y,w,h)(A0/A1/A2/D0/D1/D2)
R3DInitRen(hnd)(A0)
R3DEndRen(hnd)(A0)
R3DEndRow(hnd,row)(A0/A1)
R3DGetAspect(hnd,width,height)(A0/A1/D0)
R3DExtF(hnd)(A0)
##end